Html Css Color HEX #747130 Crete

📋 copy color: '#747130'

red 116 ◦ green 113 ◦ blue 48

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

Shades of Crete #747130

Tints of Crete #747130

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 41.88%
G = 40.79%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#747130 (or 0x747130) is known color: Crete. HEX triplet: 74, 71 and 30. RGB value is (116,113,48). Sum of RGB (Red+Green+Blue) = 116+113+48=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #747130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747130 is #8B8ECF. Grayscale: #6A6A6A. Windows color (decimal): -9146064 or 3174772. OLE color: 3174772.

HSL color Cylindrical-coordinate representation of color #747130: hue angle of 57.35º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #747130 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 48 -
CMYK 0 0.03 0.59 0.55
HSL 57.35º 0.41% 0.32% -
HSV(B) 57.35º 0.59% 0.45% -
XYZ 13.64 15.74 5.11 -
YUV 106.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 116 113 48 0 0.03 0.59 0.55 57.35 0.41 0.32
Hex 74 71 30 0 3 3B 37 39 29 20
Octal 164 161 60 0 3 73 67 71 51 40
Binary 1110100 1110001 110000 0 11 111011 110111 111001 101001 100000

Color Harmonies of #747130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747130

Black with #747130

Text Example


Text Example

White with #747130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747130; }

 p { color: rgb(116,113,48); }

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

background-color css

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

 a { background-color: rgb(116,113,48); }

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

border-color css

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

 span { border-color: rgb(116,113,48); }

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