Html Css Color HEX #758551 Finch

📋 copy color: '#758551'

red 117 ◦ green 133 ◦ blue 81

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

Shades of Finch #758551

Tints of Finch #758551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.18%

 BLUE value IS 81 (32.03% from 255) = 24.47%

R = 35.35%
G = 40.18%
B = 24.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#758551 (or 0x758551) is known color: Finch. HEX triplet: 75, 85 and 51. RGB value is (117,133,81). Sum of RGB (Red+Green+Blue) = 117+133+81=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #758551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758551 is #8A7AAE. Grayscale: #7A7A7A. Windows color (decimal): -9075375 or 5342581. OLE color: 5342581.

HSL color Cylindrical-coordinate representation of color #758551: hue angle of 78.46º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758551 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 133 81 -
CMYK 0.12 0 0.39 0.48
HSL 78.46º 0.24% 0.42% -
HSV(B) 78.46º 0.39% 0.52% -
XYZ 17.21 21.15 10.96 -
YUV 122.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 117 133 81 0.12 0 0.39 0.48 78.46 0.24 0.42
Hex 75 85 51 C 0 27 30 4E 18 2A
Octal 165 205 121 14 0 47 60 116 30 52
Binary 1110101 10000101 1010001 1100 0 100111 110000 1001110 11000 101010

Color Harmonies of #758551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758551

Black with #758551

Text Example


Text Example

White with #758551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758551; }

 p { color: rgb(117,133,81); }

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

background-color css

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

 a { background-color: rgb(117,133,81); }

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

border-color css

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

 span { border-color: rgb(117,133,81); }

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