Html Css Color HEX #75814E Finch

📋 copy color: '#75814E'

red 117 ◦ green 129 ◦ blue 78

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

Shades of Finch #75814E

Tints of Finch #75814E

RGB

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

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

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

R = 36.11%
G = 39.81%
B = 24.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#75814E (or 0x75814E) is known color: Finch. HEX triplet: 75, 81 and 4E. RGB value is (117,129,78). Sum of RGB (Red+Green+Blue) = 117+129+78=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 129 - color contains mainly: green. Hex color #75814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75814E is #8A7EB1. Grayscale: #777777. Windows color (decimal): -9076402 or 5144949. OLE color: 5144949.

HSL color Cylindrical-coordinate representation of color #75814E: hue angle of 74.12º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75814E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 78 -
CMYK 0.09 0 0.40 0.49
HSL 74.12º 0.25% 0.41% -
HSV(B) 74.12º 0.4% 0.51% -
XYZ 16.56 20.03 10.2 -
YUV 119.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 117 129 78 0.09 0 0.40 0.49 74.12 0.25 0.41
Hex 75 81 4E 9 0 28 31 4A 19 29
Octal 165 201 116 11 0 50 61 112 31 51
Binary 1110101 10000001 1001110 1001 0 101000 110001 1001010 11001 101001

Color Harmonies of #75814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75814E

Black with #75814E

Text Example


Text Example

White with #75814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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