Html Css Color HEX #75864E Finch

📋 copy color: '#75864E'

red 117 ◦ green 134 ◦ blue 78

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

Shades of Finch #75864E

Tints of Finch #75864E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 35.56%
G = 40.73%
B = 23.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#75864E (or 0x75864E) is known color: Finch. HEX triplet: 75, 86 and 4E. RGB value is (117,134,78). Sum of RGB (Red+Green+Blue) = 117+134+78=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #75864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75864E is #8A79B1. Grayscale: #7A7A7A. Windows color (decimal): -9075122 or 5146229. OLE color: 5146229.

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

Color convert

RGB 117 134 78 -
CMYK 0.13 0 0.42 0.47
HSL 78.21º 0.26% 0.42% -
HSV(B) 78.21º 0.42% 0.53% -
XYZ 17.24 21.38 10.43 -
YUV 122.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 117 134 78 0.13 0 0.42 0.47 78.21 0.26 0.42
Hex 75 86 4E D 0 2A 2F 4E 1A 2A
Octal 165 206 116 15 0 52 57 116 32 52
Binary 1110101 10000110 1001110 1101 0 101010 101111 1001110 11010 101010

Color Harmonies of #75864E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75864E

Black with #75864E

Text Example


Text Example

White with #75864E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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