Html Css Color HEX #75824B Finch

📋 copy color: '#75824B'

red 117 ◦ green 130 ◦ blue 75

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

Shades of Finch #75824B

Tints of Finch #75824B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 75 (29.69% from 255) = 23.29%

R = 36.34%
G = 40.37%
B = 23.29%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#75824B (or 0x75824B) is known color: Finch. HEX triplet: 75, 82 and 4B. RGB value is (117,130,75). Sum of RGB (Red+Green+Blue) = 117+130+75=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #75824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75824B is #8A7DB4. Grayscale: #787878. Windows color (decimal): -9076149 or 4948597. OLE color: 4948597.

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

Color convert

RGB 117 130 75 -
CMYK 0.1 0 0.42 0.49
HSL 74.18º 0.27% 0.4% -
HSV(B) 74.18º 0.42% 0.51% -
XYZ 16.59 20.26 9.69 -
YUV 119.84 102.69 125.97 -
System Red Green Blue C M Y K H S L
Decimal 117 130 75 0.1 0 0.42 0.49 74.18 0.27 0.4
Hex 75 82 4B A 0 2A 31 4A 1B 28
Octal 165 202 113 12 0 52 61 112 33 50
Binary 1110101 10000010 1001011 1010 0 101010 110001 1001010 11011 101000

Color Harmonies of #75824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75824B

Black with #75824B

Text Example


Text Example

White with #75824B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75824B; }

 p { color: rgb(117,130,75); }

 H1.HeaderClassName
 {
   color: #75824B;
 }
 .AnyTagClassName
 {
   color: #75824B;
 }
</style>

background-color css

<style>
 a { background-color: #75824B; }

 a { background-color: rgb(117,130,75); }

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

border-color css

<style>
 span { border-color: #75824B; }

 span { border-color: rgb(117,130,75); }

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