Html Css Color HEX #758456 Finch

📋 copy color: '#758456'

red 117 ◦ green 132 ◦ blue 86

#758456
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #758456

Tints of Finch #758456

RGB

 RED value IS 117 (46.09% from 255) = 34.93%

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 34.93%
G = 39.4%
B = 25.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#758456 (or 0x758456) is known color: Finch. HEX triplet: 75, 84 and 56. RGB value is (117,132,86). Sum of RGB (Red+Green+Blue) = 117+132+86=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #758456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758456 is #8A7BA9. Grayscale: #7A7A7A. Windows color (decimal): -9075626 or 5670005. OLE color: 5670005.

HSL color Cylindrical-coordinate representation of color #758456: hue angle of 79.57º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758456 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 86 -
CMYK 0.11 0 0.35 0.48
HSL 79.57º 0.21% 0.43% -
HSV(B) 79.57º 0.35% 0.52% -
XYZ 17.27 20.96 11.94 -
YUV 122.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 117 132 86 0.11 0 0.35 0.48 79.57 0.21 0.43
Hex 75 84 56 B 0 23 30 50 15 2B
Octal 165 204 126 13 0 43 60 120 25 53
Binary 1110101 10000100 1010110 1011 0 100011 110000 1010000 10101 101011

Color Harmonies of #758456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758456

Black with #758456

Text Example


Text Example

White with #758456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758456; }

 p { color: rgb(117,132,86); }

 H1.HeaderClassName
 {
   color: #758456;
 }
 .AnyTagClassName
 {
   color: #758456;
 }
</style>

background-color css

<style>
 a { background-color: #758456; }

 a { background-color: rgb(117,132,86); }

 div.DivClassName
 {
   background-color: #758456;
 }
 .BgClassName
 {
   background-color: #758456;
 }
</style>

border-color css

<style>
 span { border-color: #758456; }

 span { border-color: rgb(117,132,86); }

 td.TdClassName
 {
   border-color: #758456;
 }
 .TagClassName
 {
   border-color: #758456;
 }
</style>