Html Css Color HEX #75864D Finch

📋 copy color: '#75864D'

red 117 ◦ green 134 ◦ blue 77

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

Shades of Finch #75864D

Tints of Finch #75864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 35.67%
G = 40.85%
B = 23.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#75864D (or 0x75864D) is known color: Finch. HEX triplet: 75, 86 and 4D. RGB value is (117,134,77). Sum of RGB (Red+Green+Blue) = 117+134+77=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #75864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75864D is #8A79B2. Grayscale: #7A7A7A. Windows color (decimal): -9075123 or 5080693. OLE color: 5080693.

HSL color Cylindrical-coordinate representation of color #75864D: hue angle of 77.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75864D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 77 -
CMYK 0.13 0 0.43 0.47
HSL 77.89º 0.27% 0.41% -
HSV(B) 77.89º 0.43% 0.53% -
XYZ 17.2 21.37 10.24 -
YUV 122.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 117 134 77 0.13 0 0.43 0.47 77.89 0.27 0.41
Hex 75 86 4D D 0 2B 2F 4E 1B 29
Octal 165 206 115 15 0 53 57 116 33 51
Binary 1110101 10000110 1001101 1101 0 101011 101111 1001110 11011 101001

Color Harmonies of #75864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75864D

Black with #75864D

Text Example


Text Example

White with #75864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75864D; }

 p { color: rgb(117,134,77); }

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

background-color css

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

 a { background-color: rgb(117,134,77); }

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

border-color css

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

 span { border-color: rgb(117,134,77); }

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