Html Css Color HEX #75814A Finch

📋 copy color: '#75814A'

red 117 ◦ green 129 ◦ blue 74

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

Shades of Finch #75814A

Tints of Finch #75814A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 36.56%
G = 40.31%
B = 23.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#75814A (or 0x75814A) is known color: Finch. HEX triplet: 75, 81 and 4A. RGB value is (117,129,74). Sum of RGB (Red+Green+Blue) = 117+129+74=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #75814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75814A is #8A7EB5. Grayscale: #777777. Windows color (decimal): -9076406 or 4882805. OLE color: 4882805.

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

Color convert

RGB 117 129 74 -
CMYK 0.09 0 0.43 0.49
HSL 73.09º 0.27% 0.4% -
HSV(B) 73.09º 0.43% 0.51% -
XYZ 16.42 19.98 9.47 -
YUV 119.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 117 129 74 0.09 0 0.43 0.49 73.09 0.27 0.4
Hex 75 81 4A 9 0 2B 31 49 1B 28
Octal 165 201 112 11 0 53 61 111 33 50
Binary 1110101 10000001 1001010 1001 0 101011 110001 1001001 11011 101000

Color Harmonies of #75814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75814A

Black with #75814A

Text Example


Text Example

White with #75814A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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