Html Css Color HEX #74754B Finch

📋 copy color: '#74754B'

red 116 ◦ green 117 ◦ blue 75

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

Shades of Finch #74754B

Tints of Finch #74754B

RGB

 RED value IS 116 (45.7% from 255) = 37.66%

 GREEN value IS 117 (46.09% from 255) = 37.99%

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

R = 37.66%
G = 37.99%
B = 24.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#74754B (or 0x74754B) is known color: Finch. HEX triplet: 74, 75 and 4B. RGB value is (116,117,75). Sum of RGB (Red+Green+Blue) = 116+117+75=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #74754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74754B is #8B8AB4. Grayscale: #707070. Windows color (decimal): -9145013 or 4945268. OLE color: 4945268.

HSL color Cylindrical-coordinate representation of color #74754B: hue angle of 61.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74754B is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 75 -
CMYK 0.01 0 0.36 0.54
HSL 61.43º 0.22% 0.38% -
HSV(B) 61.43º 0.36% 0.46% -
XYZ 14.83 16.94 9.15 -
YUV 111.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 116 117 75 0.01 0 0.36 0.54 61.43 0.22 0.38
Hex 74 75 4B 1 0 24 36 3D 16 26
Octal 164 165 113 1 0 44 66 75 26 46
Binary 1110100 1110101 1001011 1 0 100100 110110 111101 10110 100110

Color Harmonies of #74754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74754B

Black with #74754B

Text Example


Text Example

White with #74754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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