Html Css Color HEX #75815C Finch

📋 copy color: '#75815C'

red 117 ◦ green 129 ◦ blue 92

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

Shades of Finch #75815C

Tints of Finch #75815C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 34.62%
G = 38.17%
B = 27.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#75815C (or 0x75815C) is known color: Finch. HEX triplet: 75, 81 and 5C. RGB value is (117,129,92). Sum of RGB (Red+Green+Blue) = 117+129+92=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 129 - color contains mainly: green. Hex color #75815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75815C is #8A7EA3. Grayscale: #797979. Windows color (decimal): -9076388 or 6062453. OLE color: 6062453.

HSL color Cylindrical-coordinate representation of color #75815C: hue angle of 79.46º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75815C is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 92 -
CMYK 0.09 0 0.29 0.49
HSL 79.46º 0.17% 0.43% -
HSV(B) 79.46º 0.29% 0.51% -
XYZ 17.12 20.26 13.13 -
YUV 121.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 117 129 92 0.09 0 0.29 0.49 79.46 0.17 0.43
Hex 75 81 5C 9 0 1D 31 4F 11 2B
Octal 165 201 134 11 0 35 61 117 21 53
Binary 1110101 10000001 1011100 1001 0 11101 110001 1001111 10001 101011

Color Harmonies of #75815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75815C

Black with #75815C

Text Example


Text Example

White with #75815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75815C; }

 p { color: rgb(117,129,92); }

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

background-color css

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

 a { background-color: rgb(117,129,92); }

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

border-color css

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

 span { border-color: rgb(117,129,92); }

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